IVector.GetAt Method

Returns the item at the specified index in the vector.

Syntax

public:
T GetAt(
         uint32 index
)  

Parameters

index
Type: uint32 

  The zero-based index of the item.

Return value

Type: T 

The item at the specified index.

Requirements

Namespace: Windows.Foundation.Collections

Metadata: windows.winmd

See also

Reference

IVector Generic Interface

IVector Members

Windows.Foundation.Collections Namespace